/*!

 * @ Description: custom style

 * @ Author: weiwei

 * @ Date: 2018-05-24;

 */



/*

 **********************

 * common style 

 ********************** 

 * 网站头部

 ********************** 

 * 菜单

 **********************

 * 底部COPYRIGHT

 ********************** 

 * 首页样式

 **********************

 * 内页样式

 **********************

*/



/* common style */

html{background:#FFF;color:#000; font-size: 62.5%; }body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,form,input,textarea,p{font-family: "Microsoft YaHei"; margin:0;padding:0;}img{border:0;}ol,ul{list-style:none;}h1,h2,h3{font-weight:normal;font-size:100%;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-weight:inherit;font-size:inherit;font-family:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}a{color:inherit;text-decoration:none;}

/*******CSS reset*************/

body{ position:relative;z-index:-2;background:#fff; color:#444;font-size:14px;font-family:'Microsoft YaHei',SimHei,SimYou,SimSun,Arial;z-index:2;

	overflow:-Scroll;overflow-x:hidden;

}

a:hover{ text-decoration: none; }

.left{float:left;}

.right{float:right;}

.clear{clear:both;}

.page{margin:2rem;}

#prev_next{

	border-top: 1px dotted #868686;

	margin:2rem 0;

	padding:2rem 0;

}

/*#prev_next li+li{

	text-align: right;

	word-wrap: normal;

	text-overflow: ellipsis;

	white-space: nowrap;

	overflow: hidden;

}*/

/* go top */

.down{width: 100%;height: 52px;background:#211f1f;color: #ffffff;font-size: 16px;position: fixed;bottom: 0;display: block;}

.down li{width: 24.7%;border-right: solid 1px #ffffff;text-align: center;line-height: 15px;float: left;padding-top: 4px;height: 52px; list-style:none;}

.down li a{color: #ffffff;}

.down .current{border-right: none;}

.down li img{max-width: 25px;height: 25px;}

@media(min-width: 768px){

	.footer{margin-bottom: 0}

	.down{display: none;}

}

/* go top */

.plugin-fixed-call{position:fixed;bottom:0px;right:0px;width:45px;z-index: 1000;}

.plugin-fixed-call .child{position:absolute;right:0px;overflow:hidden;cursor:pointer;width:45px;height:45px;background:#00b685;line-height: 45px;margin-top:1px;}

.plugin-fixed-call .child{transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s; -webkit-transition-duration: .5s; }

.plugin-fixed-call .child a{ display: inline-block; overflow: hidden; }

.plugin-fixed-call .child:hover{width:160px;background: #000;}

.plugin-fixed-call .child img{position:absolute;top:0px;left:0px;}

.plugin-fixed-call .child p{position: absolute;left:45px;color:#fff;}



.plugin-fixed-call .fixedQQ{bottom:92px;}

.plugin-fixed-call .fixedCall{bottom:46px;}

.plugin-fixed-call .fixedTop{position:absolute;right:0px;bottom:138px;color:#fff;background-color:#cbcbcb;cursor:pointer;text-align:center;width:45px;height:45px;line-height: 45px;font-size: 14px;font-family: "MICROSOFT YAHEI","Arial Narrow";}

.plugin-fixed-call .fixedTop .fixedTopPointer{position:absolute;top:-5px;left:18px;}

.plugin-fixed-call .fixedCode{bottom:0;cursor:pointer;width:45px;height:45px;background:#00b685;line-height: 45px;margin-top:1px;}

.plugin-fixed-call .fixedCode:hover .fixedCodeInfo{display: block;opacity: 1;}

.fixedCodeInfo{display:none;position:fixed;bottom:0px;right:54px;padding:0 3px;border:1px solid #ccc;background:#fff;opacity: 0;}

.fixedCodeInfo .fixedPointer{position: absolute;right:-6px;bottom:12px;}

.p_order{ background: #f1f1f1; padding:15px; overflow: hidden; margin:15px 0; }

.order-content{padding: 20px 30px; background: #fff;}

.order-content .order-line{color: #333; height: 30px; line-height: 30px; margin-bottom: 12px; font-size: 14px;}

.order-content .order-line:after{display: block; content: ''; clear: both; height: 0; width: 0;}

.order-content .order-line lable{width: 70px; margin-right: 5px; display: inline-block; float: left; text-align: right;}

.order-content .order-line .order-zhi{float: left; padding: 10px; line-height: 30px; padding: 0px 10px; max-width: 380px; border: 1px solid #d2d2d2;}

.order-content .order-line .order-zhi.noborder{border:none;}

.order-content .order-line .order-zhi.overword{height: 30px; overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}

.order-line.bz-line{height: auto;}

.order-content .order-line .beizhu{padding: 10px; float: left; border: 1px solid #d2d2d2;}

.order-content .order-line .dwid{width: 70%;}

.order-content .order-line img{display: inline-block; float: left; margin-left:15px;}

.order-content .go-sub{margin-left:70px; border: none; color: #fff; background: #ff5e25; font-size: 14px; padding: 8px 28px; margin-top:8px; border-radius: 5px; outline: none;}

.order-content .go-sub:hover{background: #FE4200;}

@media(min-width: 768px){

	.footer{margin-bottom: 0}

	.down{display: none;}

}

iframe{ width: 100%; height: 460px; }

/* 自定义样式 */

a:hover{ text-decoration: none; }

/* 小屏幕（平板，大于等于 768px） */

@media (min-width: @screen-sm-min) { 

	html{ font-size: 16px; }

}

/* 中等屏幕（桌面显示器，大于等于 992px） */

@media (min-width: @screen-md-min) { 

	html{ font-size: 14px; }

}

/* 大屏幕（大桌面显示器，大于等于 1200px） */

@media (min-width: @screen-lg-min) { 

	html{ font-size: 10px; }

}

/* 网站头部 */

.h-tool{

	background: #33c59d;

	padding:10px 0;

}

.h-tool p{

	font-size: 14px;

	color: #ffffff;

	line-height: 22px;

}

.h-tool ul{

	float: right;

	width: 100%;

}

.h-tool li{

	display: inline-block;

	float: right;

	overflow: hidden;

	width: 20%;

}

.h-tool li a,

.h-tool li h3{

	font-size: 14px;

	color: #fff;

	line-height: 22px;

}

.h-tool li a:hover{

	color: #ffc602;

}

.h-tool li i{

	display: inline-block;

	width: 22px;

	height: 22px;

	float: left;

	margin-right: 5px;

}

.h-tool li:nth-child(3) i{ background: url(../img/ico-tool.png) no-repeat 0 0; }

.h-tool li:nth-child(2) i{ background: url(../img/ico-tool.png) no-repeat 0 -22px; }

.h-tool li:nth-child(1) i{ background: url(../img/ico-tool.png) no-repeat 0 -44px; }



.m-header{ padding:10px 0; background: #fff; }

@media (min-width: 768px){

	.m-header {

	    padding:36px 0;

	}

}

#h-tel img{

	float: right;

}

/* 菜单 */

.m-menu{

	background: #00b685;

}

.m-menu .navbar{

	margin-bottom: 0;

}

.m-menu .container,

#m-nav{

	padding:0;

}

.m-menu .navbar-header{

	width: 100%;

	text-align: center;

	margin-left: 0;

}

.m-menu .navbar-toggle{

	margin-right: 0;

	position: static;

	float: none;

}

.m-menu .navbar-toggle .icon-bar{

	background: #ff9702;

}

.navbar{ border: none; }

.navbar-nav > li{ margin:0; }

.navbar-nav > li > a{

	text-align: center;

	font-size: 16px;

	color: #ffffff;

	width: 100%;

	padding:10px ;

		

}

.nav>li>a:focus, 

.nav>li>a:hover{

	background: url(../img/li-h.png) no-repeat center;

}

@media (min-width: 768px ){

	.navbar-nav > li > a{

		text-align: center;

		font-size: 16px;

		color: #ffffff;

		width: 100%;

		padding:15px 14px;

			

	}

	.nav>li>a:focus, 

	.nav>li>a:hover{

		background: url(../img/li-h.png) no-repeat center;

		background-size: contain;

	}

}

@media (min-width: 992px) {

	.navbar-nav > li > a{

		font-size: 16px;

		color: #ffffff;

		padding:21px 30px;

		border-right:1px solid #1abd91;

	}

	.navbar-nav > li:last-child a{

		border-right:none;

	}

	.nav>li>a:focus, 

	.nav>li>a:hover{

		background: #ffc602;

	}

}

.navbar-wrapper > .container {

  padding-right: 0;

  padding-left: 0;

}

.navbar-wrapper .navbar {

  padding-right: 15px;

  padding-left: 15px;

}

.navbar-wrapper .navbar .container {

  width: auto;

}



/* 底部COPYRIGHT */

#footer{ 

	background: #03b786;

	overflow: hidden;

	padding-bottom: 40px;

}

#footer a:hover{ color: #ffc602; }

.f-nav{ border-bottom: 2px solid #fff; margin-bottom: 26px; }

.f-nav a{

	display: inline-block;

	width: 12%;

	padding:20px 0;

	font-size: 16px;

	color: #ffffff;

	text-align: center;

}

.f-nav a:hover{ color: #ffb400; }



.f-key h3,

.f-contact h3{

	font-size: 18px;

	display: block;

	color: #ffffff;

	font-weight: bold;

	line-height: 18px;

	margin-bottom: 15px;

}
.f-key b
,.f-contact b{

	font-size: 18px;

	display: block;

	color: #ffffff;

	font-weight: bold;

	line-height: 18px;

	margin-bottom: 15px;

}

.f-contact p{

	font-size: 14px;

	color: #ffffff;

	line-height: 34px;

}

.f-key p,

.f-key a{

	font-size: 14px;

	color: #fff;

	line-height: 24px;

}

.f-key > div{ margin: 15px 0; }

.f-key > div a{ display: inline-block; margin-right:20px; }





/* 首页效果

-------------------------------------------------- */

.carousel-inner img{ margin: 0 auto;}



/* 搜索 */

.m-keys{

	padding-top: 18px;

}

.m-keys .container{

	padding:28px 0;

	padding-top: 18px;

	border-bottom: 1px solid #fff;

}

.m-keys .input-group{

	height: 30px;

	border:1px solid #fff;

	width: 90%;

	border-radius: 1px;

}

.m-keys .form-control{

	height: 30px;

	outline: none;

	border:none;

	background: none;

	float: left;

	width: 90%;

}

.m-keys .search-btn{

	background: none;

	border:none;

	width: 10%;

	height: 30px;

	background: url(../img/ico-search.png) no-repeat center;

}



.m-keys .glyphicon-search{

	color: #fff;

	border:none;

}

.m-keys h3{

	font-size: 14px;

	color: #fff;

	float: left;

	line-height: 30px;

}

.m-keys b{

	font-size: 14px;

	color: #fff;

	float: left;

	line-height: 30px;

	display: block;

}
.m-keys p{

	font-size: 14px;

	color: #fff;

	float: left;

	line-height: 30px;

}

.m-keys a{

	font-size: 14px;

	color: #fff;

	margin-right: 20px;

	line-height: 30px;

}

.m-keys a:hover{ color: #ffc602; }

/* 产品中心 */

.m-pro{

	/*background:#00b685 url(../img/pro_bg.jpg) no-repeat top center;*/

	background:#00b685;

	padding-bottom: 50px;

}

.m-pro > .hd{ text-align: center; padding:35px 0 0; }

.m-pro > .hd span{

	font-size: 24px;

	line-height: 24px;

	color: #fff;

	text-transform: uppercase;

	font-family: "Baskerville Old Face";

}

.m-pro > .hd h3{

	font-size: 28px;

	line-height: 28px;

	color: #fff;

	margin:12px 0 28px;

}
.m-pro > .hd b{

	font-size: 28px;

	line-height: 28px;

	color: #fff;

	margin:12px 0 28px;

	display: block;

}

.s-type{

	width: 100%;

	border:3px solid #fff;

}

.s-type > .hd{ background: #fff; text-align: center; }

.s-type > .hd span{

	font-size: 18px;

	color: #00b685;

	text-transform: uppercase;

	line-height: 18px;

	padding:17px 0 10px;

	display: block;

}

.s-type > .hd h3{

	font-size: 24px;

	color: #00b685;

	font-weight: bold;

	line-height: 24px;

	padding-bottom: 18px;

}
.s-type > .hd b{

	font-size: 24px;

	color: #00b685;

	font-weight: bold;

	line-height: 24px;

	padding-bottom: 18px;
	display: block;

}

.s-type > .bd{ background: #00b685; }

.s-type > .bd a{

	display: block;

	padding:20px 0;

	border-bottom: 1px dashed #9cdac4;

	font-size: 16px;

	color: #9cdac4;

	text-align: center;

	color: #fff;

	overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;

}

.sidebar{ border-color: #ffc602; }

.sidebar > .hd{ background: #ffc602; text-align: center; }

.sidebar > .hd h3,

.sidebar > .hd span{ color: #fff; }

.sidebar > .hd b,

.sidebar > .hd span{ color: #fff; }

.sidebar > .bd{ background: #f6f4f4; }

.sidebar > .bd a{ color: #333; border-bottom: 1px dashed #cecdcd;}

.s-tel{ background: #00b685; padding:20px 40px; }

.s-tel p{ font-size: 15px; color: #f6f6f6; }

.s-tel h3{ font-family: impact; font-size: 30px; color: #fff; margin:10px 0;}

.s-tel b{ font-family: impact; font-size: 30px; color: #fff; margin:10px 0;display: block;}

.s-tel .ico-tel{ padding-left: 32px; background: url(../img/ico-tel.png) no-repeat left center; background-size: contain; }

.s-tel .ico-add{ padding-left: 15px; background: url(../img/ico-add.png) no-repeat left center; }

.location{

	padding:14px 30px;

	background: #f2f0f0;



}

.location .container{

	padding-left: 60px;

	background: url(../img/ico-home.png) no-repeat 30px center;

}

.pro-bd li{

	overflow: hidden;

}

.pro-bd li .img{

	width: 100%;

	height: 224px;

	border:1px solid #fff;

	border-radius: 1px;

}

.pro-bd li .img img{

	width: 100%;

	height: 100%;

	object-fit: cover;

}

.pro-bd li h3{

	height: 62px;

	line-height: 62px;

	font-size: 16px;

	color: #ffffff;

	text-align: center;

}
.pro-bd li p{

	height: 62px;

	line-height: 62px;

	font-size: 16px;

	color: #ffffff;

	text-align: center;

	display: block;

}

.m-pro .bd{ text-align: center; }

.more{ display: inline-block; margin:20px auto 0; border:1px solid #fff; border-radius: 30px; padding:15px 36px; font-size: 16px; color: #fff; }

.more:hover{ background: #f59105; color: #fff; }

/* 优势分析 */

.super{

	overflow: hidden;

	padding:60px 0 0;

}

.super .hd{ text-align: center; margin-bottom: 40px;}

.super .hd h3{

	font-size: 48px;

	color: #00b685;

	font-weight: bold;

}

.super .hd h3 span{

	font-size: 90px;

	color: #f59105;

}

.super .hd b{

	font-size: 48px;

	color: #00b685;

	font-weight: bold;
	display: block;

}

.super .hd h3 span{

	font-size: 90px;

	color: #f59105;

}

.super .hd p{

	font-size: 30px;

	color: #00b685;

	font-weight: 200;

}

.super .bd{

	background: url(../img/super_bg.jpg) no-repeat bottom center;

	overflow: hidden;

}

.super li:nth-child(2) img{

	float: right;

}

.super li:nth-child(4) img{

	position: relative;

    top: -60px;

}

.super_txt li > div{ overflow: hidden; }

.super_txt li > div strong{

	display: inline-block;

	float: left;

	width: 71px;

	background: url(../img/ico-sum.jpg) no-repeat top center;

	padding:30px 0 65px;

	font-size: 24px;

	color: #fff;

	text-align: center;

	margin-right: 20px;

}

.super_txt li > div h3{

	font-size: 24px;

	color: #00b685;

	font-weight: bold;

	padding-bottom: 28px;

	background: url(../img/h3_bg.jpg) no-repeat left bottom;

	float: left;

	width: 80%;

}

.super_txt li > div h3 span{

	color: #f59105;

}


.super_txt li > div b{

	font-size: 24px;

	color: #00b685;

	font-weight: bold;

	padding-bottom: 28px;

	background: url(../img/h3_bg.jpg) no-repeat left bottom;

	float: left;

	width: 80%;
	display: block;

}

.super_txt li > div b span{

	color: #f59105;

}

.super_txt li > div p{

	float: left;

	width: 80%;

	font-size: 13px;

	line-height: 30px;

}

/* 公司简介 */

.m-about{

	background: #008f6a url(../img/about_bg.jpg) no-repeat;

	padding:72px 0 76px;

}

.m-about .container{

	background: #fff;

	padding:25px 10px;

}

.intro_img{ position: relative; }

.intro_img a{ position: absolute; display: inline-block; padding:15px 42px; background: #ffc602; font-size: 20px; color: #fff; right:15px; top:6%; }

.intro_img img{ width: 100%; }

.intro_txt > h3{ font-size: 36px; color: #323232; font-weight: bold; line-height: 36px; padding:24px 0 14px;}

.intro_txt > b{display: block; font-size: 36px; color: #323232; font-weight: bold; line-height: 36px; padding:24px 0 14px;}

.intro_txt > span{ font-size: 18px; color: #999999; margin-bottom: 20px; display: inline-block;}

.intro_txt > p{ font-size: 14px; color: #666666; line-height: 24px; }

.intro_txt > ul{ margin-top: 40px; }

.intro_txt > ul li{ width: 33%; float: left; }

.intro_txt > ul li h3{ font-size: 22px; color: #00936e; font-weight: 200; }
.intro_txt > ul li b{ font-size: 22px; color: #00936e; font-weight: 200; display: block;}

.intro_txt > ul li h3 strong{ font-size: 45px; color: #00936e; font-family: impact; }
.intro_txt > ul li b strong{ font-size: 45px; color: #00936e; font-family: impact; }

.intro_txt > ul li p{ font-size: 16px; color: #00936e; font-weight: 400; padding-right: 18px; background: url(../img/ico-p.png) no-repeat right center; display: inline-block; } 

/* 成功案例 */

.case-honor{width:100%;overflow: hidden;}

.case-honor .nav-tabs{

	padding:20px 0 0;

	border-bottom: 1px solid #cfcfcf;

}

.case-honor .nav>li:first-child:after{

	content: "/";

	font-size: 24px;

	color: #555555;

	margin:0 15px;

	display: inline-block;

	float: left;

	line-height: 24px;

}

.case-honor .nav>li>a{

	font-size: 24px;

	color: #555555;

	border-radius: 0;

	padding:0;

	border:none;

	line-height: 24px;

	text-align: center;

	float: left;

}

.case-honor .nav-tabs>li.active>a,.case-honor .nav-tabs>li.active>a:focus,.case-honor .nav-tabs>li.active>a:hover,.case-honor .nav-tabs>li>a:hover{

	font-weight: bold;

	background: none;

	border:none;

	border-bottom: 1px solid #00b685;

	padding-bottom: 20px;

}

.case-honor .tab-content{position: relative;padding-top: 30px;}

.case-honor .tab-content .btn{position: absolute;top:-40px;right:0;color: #707070;}

.case-honor .tab-content .btn:hover{color: #164797;}

.case-honor .tab-content li{text-align: center;}

.pro-bd li .img, #xgcp .swiper-slide .img, .case-honor .tab-content li .img{

	width: 100%;

	height: 100%;

	position: relative;

	overflow: hidden;

}

.pro-bd li .img .zao, #xgcp .swiper-slide .img .zao, .case-honor .tab-content li .img .zao{

	position: absolute;

	top:-100%;

	width: 100%;

	height: 100%;

	background: rgba(0,182,133,.78);

	transition: all .3s;

	text-align: center;

}

.pro-bd li .img .zao i, #xgcp .swiper-slide .img .zao i, .case-honor .tab-content li .img .zao i{

	display: block;

	width: 50px;

	height: 50px;

	background: url(../img/ico-+.png) no-repeat;

	margin: 20% auto 0;

}

.pro-bd li .img .zao h3, #xgcp .swiper-slide .img .zao h3, .case-honor .tab-content li .img .zao h3{

	font-size: 14px;

	color: #ffffff;

	margin-top: 4%;

}

.pro-bd li .img, #xgcp .swiper-slide .img, .case-honor .tab-content li img{object-fit:cover; width: 100%; height: 224px;}

.pro-bd li h1, #xgcp .swiper-slide h1, .case-honor .tab-content li h1{

	width:100%;

	text-align: center;

	line-height: 46px;

	height: 46px;

	color: #555555;

	font-size: 14px;

	border-bottom: 2px solid #cfcfcf;

	margin:0 auto 20px;

	overflow: hidden; text-overflow: ellipsis; white-space: nowrap;

}

.pro-bd li:hover h1, #xgcp .swiper-slide:hover h1, .case-honor .tab-content li:hover h1{border-color: #00b685;}

.pro-bd li b, #xgcp .swiper-slide b, .case-honor .tab-content li b{

	width:100%;

	text-align: center;

	line-height: 46px;

	height: 46px;

	color: #555555;

	font-size: 14px;

	border-bottom: 2px solid #cfcfcf;

	margin:0 auto 20px;

	overflow: hidden; text-overflow: ellipsis; white-space: nowrap;

	display: block;

}

.pro-bd li:hover b, #xgcp .swiper-slide:hover b, .case-honor .tab-content li:hover b{border-color: #00b685;}

.pro-bd li:hover .img .zao, #xgcp .swiper-slide:hover .img .zao, .case-honor .tab-content li:hover .img .zao{

	top:0;

}



/* 新闻中心 */

.qa-news{

	overflow: hidden;

	padding:50px 0;

	background: url(../img/news_bg.jpg) no-repeat center;

	margin:20px 0 0;

}

.m-qa{ padding-left: 0; }

.m-qa > .hd{ overflow: hidden; margin-bottom: 20px; }

.m-qa > .hd > a{ display: inline-block; width: 32px; height: 32px; background: url(../img/ico-more.png) no-repeat center; float: right; margin-top: 20px; }

.m-qa > .hd > div{ display: inline-block; float: left; }

.m-qa > .hd > div h3{ font-size: 20px; color: #000; font-weight: bold; line-height: 20px; padding:20px 0 8px; }

.m-qa > .hd > div b{display: block; font-size: 20px; color: #000; font-weight: bold; line-height: 20px; padding:20px 0 8px; }

.m-qa > .hd > div p{ font-size: 14px; color: #A7A5A5; text-transform: uppercase; line-height: 14px;  }

.m-qa > .hd > div p:after{

	content: "";

	display: block;

	width:48px;

	height: 2px;

	background: #000;

	margin-top: 14px;

}



.m-qa > .bd li{ overflow: hidden; }

.m-qa > .bd li h3 span{

	display: inline-block;

	width: 25px;

	height: 25px;

	text-align: center;

	line-height: 25px;

	background: #27A776;

	border-radius: 2px;

	color: #fff;

	margin:10px 20px 10px 0;

}
.m-qa > .bd li h2 span{

	display: inline-block;

	width: 25px;

	height: 25px;

	text-align: center;

	line-height: 25px;

	background: #27A776;

	border-radius: 2px;

	color: #fff;

	margin:10px 20px 10px 0;

}

.m-qa > .bd li h3{

	border-bottom: 1px solid #E0E0E1;

	font-size: 15px;

	color: #333333;

	word-wrap: normal;

	text-overflow: ellipsis;

	white-space: nowrap;

	overflow: hidden;

}
.m-qa > .bd li h2{

	border-bottom: 1px solid #E0E0E1;

	font-size: 15px;

	color: #333333;

	word-wrap: normal;

	text-overflow: ellipsis;

	white-space: nowrap;

	overflow: hidden;

}

.m-qa > .bd li p span{

	display: inline-block;

	width: 25px;

	height: 25px;

	text-align: center;

	line-height: 25px;

	background: #CFCFCF;

	border-radius: 2px;

	color: #414144;

	margin:10px 20px 10px 0;

	word-wrap: normal;

	text-overflow: ellipsis;

	white-space: nowrap;

	overflow: hidden;

	float: left;

	margin-top: 0;

}

.m-qa > .bd li p{

	border-bottom: 1px solid #e7e7e7;

	font-size: 14px;

	color: #666666;

	line-height: 24px;

	padding:10px 0;

}



.m-news{ padding-right: 0; overflow: hidden; background: #fff; box-shadow: 3px 0 7px #B3B3B3;}

.m-news .nav-tabs{

	width: 100%;

	border:1px solid #F1EFEF;

}

.m-news .nav>li>a{

	font-size: 20px;

	color: #333333;

	border-radius: 0;

	padding:20px 34px;

	border:none;

	line-height: 20px;

	text-align: center;

	float: left;

	display: block;

	height: 100%;

	transition: all .3s;

}

.m-news .nav-tabs>li.active>a,.m-news .nav-tabs>li.active>a:focus,.m-news .nav-tabs>li.active>a:hover,.m-news .nav-tabs>li>a:hover{

	font-weight: bold;

	background: #27A776 url(../img/ico-down.png) no-repeat 80% center;

	color: #fff;

	padding:20px 90px 20px 34px;

	border:none;

}

.m-news .tab-content{position: relative;padding-top: 30px;}

.m-news .tab-content .btn{position: absolute;top:-46px;right:0;color: #63BC98;}

.m-news .tab-content .btn:hover{color: #27A776;}

.m-news .tab-content{ padding:30px 40px; }

.first_news{ overflow: hidden; padding-bottom: 20px; border-bottom: 1px solid #eaebec; }

.first_news img{ width: 100%; }

.first_news h3{ 

	padding:10px 0;

	font-size: 18px;

	color: #27a776;

	border-bottom: 1px solid #ebe8e8;

	word-wrap: normal;

	text-overflow: ellipsis;

	white-space: nowrap;

	overflow: hidden;

}

.first_news h2{ 

	padding:10px 0;

	font-size: 18px;

	color: #27a776;

	border-bottom: 1px solid #ebe8e8;

	word-wrap: normal;

	text-overflow: ellipsis;

	white-space: nowrap;

	overflow: hidden;

}

.first_news p{

	font-size: 14px;

	color: #666;

	line-height: 30px;

}

.first_news span{

	display: inline-block;

	padding:10px 18px;

	background: #ff7e00;

	font-size: 14px;

	color: #fff;

	margin-top: 10px;

} 

.first_news + ul{

	padding-top: 20px;

	overflow: hidden;

}

.first_news + ul li{

	line-height: 30px;

	word-wrap: normal;

	text-overflow: ellipsis;

	white-space: nowrap;

	overflow: hidden;

}

.first_news + ul li a{

	font-size: 14px;

	color: #333333;

}

/* 联系我们 */

.m-contact{

	background: url(../img/map.jpg) no-repeat bottom center;

	margin-top: 52px;

}

.m-contact .hd{

	height: 110px;

	background: #01458e;

	margin:0 0 0 -15px;

}

.m-contact .hd span{

	font-size: 30px;

	color: #d9d9d9;

	font-weight:bold;

	margin:30px 0 0 20px;

	text-transform: uppercase;

	display: inline-block;

	font-style: italic;

}

.m-contact .hd h3{

	font-size: 18px;

	color: #ffffff;

	font-weight: bold;

	margin-left: 20px;

}

.m-contact .bd{

	margin: 0 0 0 -15px;

}

.m-contact .bd li{

	padding:30px 0 20px;

	padding-left: 30%;

	border-bottom: 1px solid #4a79ab;

	min-height: 110px;

}

.m-contact .bd li:nth-child(1){ background:#021528 url(../img/ico-address.png) no-repeat 16px center;    padding: 20px 0 12px 30%; }

.m-contact .bd li:nth-child(2){ background:#021528 url(../img/ico-tel.png) no-repeat 16px center; }

.m-contact .bd li:nth-child(3){ background:#021528 url(../img/ico-email.png) no-repeat 16px center; }

.m-contact .bd li h3{

	font-size: 18px;

	color: #fff;

	font-weight: bold;

	margin-bottom: 10px;

}

.m-contact .bd li h3 span,

.m-contact .bd li p{

	font-size: 14px;

	color: #ffffff;

	line-height: 24px;

	font-weight: normal;

}

.m-contact .tel_img{

	height: 110px;

	line-height: 110px;

	text-align: center;

}

.m-contact .ewm{

	margin-top: 42px;

	text-align: center;

}



/* 留言 */

.m-message{

	padding:34px 0 28px;

	overflow: hidden;

	background: #eeeeee;

}

.m-message .hd{ text-align: center; }

.m-message .hd h3{

	font-size: 36px;

	color: #27a776;

	font-weight: bold;

	line-height: 36px;

	margin-bottom: 16px;

}

.m-message .hd b{

	font-size: 36px;

	color: #27a776;

	font-weight: bold;

	line-height: 36px;

	margin-bottom: 16px;

}
.m-message .hd b{

	font-size: 36px;

	color: #27a776;

	font-weight: bold;

	line-height: 36px;

	margin-bottom: 16px;
	display: block;

}

.m-message .hd p{

	font-size: 18px;

	color: #666666;

	line-height: 18px;

	margin-bottom: 42px;

}

#f-map{

	width: 100%;

	height: 336px;

}

#f-form .form-control{

	padding: 18px;

    border: 1px solid #d1d1d1;

    border-radius: 0;

    font-size: 14px;

    color: #666666;

    height: 52px;

}

#f-form .form-control:focus{

	border-color: #27a776;

}

#f-form .form-content{

	height: 128px;

	resize: none;

}

#f-form .btn{

	height: 56px;

	background: #ffc602;

	color: #fff;

	font-size: 24px;

}



/* chrome input placeholder style */

::-webkit-input-placeholder { 

	color:#666666 !important; 

} 



/* 内页效果 */

#banner{

	overflow: hidden;

	text-align: center;

	position: relative;

}

#banner > img{

	max-width: 100%;

}

#banner .hd{

	width: 100%;

	position: absolute;

	bottom:40%;

}

#banner .hd h3{

	font-size: 3.4rem;

	color: #595858;

}

#banner .hd span{

	font-size: 5rem;

	font-family: "Mongolian Baiti";

	text-transform: uppercase;

	color: #595858;

}

#banner .bd{

	width: 100%;

	position: absolute;

	bottom:0;

	text-align: center;

}

#banner .bd a{

	display: inline-block;

	margin:0 1.5rem;

	padding:1.5rem 2rem;

	background: #fff;

	color: #343434;

	font-size: 1.6rem;

}

#banner .bd a:hover{

	background: #00b685;

	color: #fff;

}



/* 内页文章样式 */

.article .container{

	margin: 2.5rem auto;

	background: #ffffff;

	padding:2rem;

}

.article h1{

	font-size: 27px;

	color: #5f5f5f;

	margin:20px auto;

	text-align: center;

}

.article b{

	font-size: 27px;

	color: #5f5f5f;

	margin:20px auto;

	text-align: center;

	display: block;

	font-weight: normal;

}

.article p{

	color: #6b6b6b;

	font-size: 1.6rem;

	line-height: 3rem;

}

.article p img{

	max-width: 100%;

}

.article .container > h1{

	text-align: center;

	font-size: 2.7rem;

	line-height: 2.7rem;

	margin:2.8rem 0 1.6rem;

}

.article .meta_info{

	text-align: center;

	padding-bottom: 26px;

	border-bottom: 1px dotted #868686;

	margin-bottom: 30px;

	font-size: 1em;

	color: #888787;

}

.article img{

	text-align: center;

	margin:0 auto;

	width: 100%;

}

.a_tit{

	background: #ebeced;

	margin:20px 0;

	clear: both;

}

.a_tit h3{

	padding:12px 20px;

	color: #fff;

	display: inline-block;

	font-size: 18px;

	background: #00b685;

	margin:0;

}

.a_tit b{

	padding:12px 20px;

	color: #fff;

	display: inline-block;

	font-size: 18px;

	background: #00b685;

	margin:0;

	display: block;

}

.a_con{

	padding-bottom: 20px;

}

.a_con p{

	font-size: 16px;

	line-height: 36px;

}

.info-top{

	overflow: hidden;

	margin-bottom: 20px;

}

.info-tit > span{

	padding-left: 30px;

	background: url(../img/span.jpg) no-repeat left center;

	font-size: 16px;

	color: #616161;

}

.info-tit > h3{

	font-size: 24px;

	color: #00b685;

	line-height: 40px;

}

.info-tit > b{

	font-size: 24px;

	color: #00b685;

	line-height: 40px;

	display: block;

}

.info-tit > div{

	padding:20px 0;

	border-top:1px dotted #dddddd;

	border-bottom:1px dotted #dddddd;

}

.info-tit > div p{

	font-size: 14px;

	color: #616161;

	line-height: 36px;

}

.info-tit > a{

	display: inline-block;

	width: 150px;

	height: 34px;

	line-height: 34px;

	padding-left:56px;

	font-size: 16px;

	color: #fff;

	background: url(../img/a-message.jpg) no-repeat;

	margin-top: 20px;

}

.info-tit > a + a{

	background: url(../img/a-contact.jpg) no-repeat;

	color: #00b685;

}





/* 侧边栏 */

.main{ margin-top: 20px; }





.title{

	padding:8px 0 15px;

	margin-bottom: 20px;

	border-bottom: 1px solid #a0a0a0;

}

.title strong{

	font-size: 26px;

	color: #333333;

	background: url(../img/ico-title.png) no-repeat left center;

	padding-left: 26px;

}

.title .right{

	text-align: right;

	font-size: 14px;

	color: #333333;

	line-height: 40px;

}

.title a:hover{

	color: #0150e2;

}



/* 新闻列表 */

.news li{

	margin: 0 10px 0;

    padding: 1rem;

    border-bottom: 1px dotted #ccc;

}

.news li h3{

	font-size: 2rem;

	margin-bottom: 1rem;

}

.news li b{

	font-size: 2rem;

	margin-bottom: 1rem;

	display: block;

	text-align-last: left;

}

.news li p{

	font-size: 1.4rem;

    color: #848282;

    line-height: 2.2rem;

}

.news li:hover{

	background: #f0f0f0;

}

.news li:hover h3{

	color: #00b685;

}

/* 媒体查询 */

@media screen and (max-width: 1200px){

	#case .row, 

	#honor .row{ 

		height: 212px;

		overflow: hidden;

	}

	.qa-news{ background-size: cover; }

	.m-news{ margin-top: 20px; }

	.f-nav a{ width: 12.9%; }

	.f-contact{ margin: 20px 0; }

	.f-ewm{ width: 100%; padding:20px 0; text-align: center;}

	.s-tel,

	.s-type{ margin-bottom: 20px; overflow: hidden;}

	.super_txt li > div p{ width: 70%; font-size: 12px; }

	.super_txt li > div h3{ width: 70%; font-size: 18px; }

}

@media screen and (max-width: 990px){

	.s-type a{ width: 50%; border-right: 1px solid #fff; float:left;}

	.super li:nth-child(2) { clear: both; overflow: hidden; }

	.super li:nth-child(4) img { top:0; left: 0;}

	.super .bd{ background: none; }

}

@media screen and (max-width: 640px){

	

	.super{ padding:10px 0 0; }

	.super .hd{ margin-bottom: 20px; }

	.super .hd h3{ font-size: 28px; }

	.super .hd p{ font-size: 14px; }

	.super_txt li > div h3{ line-height: 24px; }

	iframe{ width: 100%; height: 200px; }

	.info-tit > h3{ margin-top: -40px; }

	.container{ padding-left: 0; padding-right: 0; }

	.m-header{ padding:10px 5px; }

	/*.carousel-inner>.item>img, .carousel-inner>.item>a>img{ height: 210px; object-fit: cover; }*/

	.super img{ width: 100%; }

	.intro_txt > h3{ font-size: 22px; }
	.intro_txt > b{ font-size: 22px; }

	.intro_txt > span{ font-size: 14px; }

	.intro_txt > ul li p{ font-size: 14px; }

	.intro_txt > ul li h3 strong{ font-size: 35px; }
	.intro_txt > ul li b strong{ font-size: 35px; }

	.case-honor{ box-sizing: border-box; padding:0 15px; }

	.pro-bd li .img, #xgcp .swiper-slide .img, .case-honor .tab-content li img{ height: 120px; }

	.pro-bd li .img{ height: 144px;	}

	.pro-bd li .img img{ height: 100%; }

	#case .row, #honor .row{ height: auto; }

	.qa-news, .m-news .tab-content{ padding:15px; }

	#footer{ box-sizing:border-box; padding: 15px 15px 40px; }

	.article{ overflow: hidden; margin:0 -15px; }

	.m-pro li:last-child{ display: none; }

	html,body{overflow:hidden;overflow-y:auto;}

}

